home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Browsing / comps280.exe / setup.exe / {app} / Templates / HTML List.tpl < prev    next >
Encoding:
Text File  |  2000-03-02  |  1.1 KB  |  52 lines

  1. #############################################################################
  2. # Compass Sample Export Template
  3. # HTML List.tpl
  4. #############################################################################
  5.  
  6. %AUTO_VIEW=Y
  7.  
  8. #############################################################################
  9. # Definition of BOOKMARKS & FOLDERS blocks:
  10. #############################################################################
  11.  
  12. {BOOKMARKS}
  13.     <li><font size="-1"><a href="$URL$" target=compass>$TITLE$</a></font>
  14. {/BOOKMARKS}
  15.  
  16.  
  17. {FOLDERS}
  18. <li><b>$FOLDER$$TITLE$</b>
  19. <ol>
  20. $BOOKMARKS$
  21. </ol>
  22. <br>
  23. {/FOLDERS}
  24.  
  25. #############################################################################
  26. # The main output file:
  27. #############################################################################
  28.  
  29. {MAIN:*.HTM}
  30. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  31. <html>
  32. <head>
  33. <title>My Bookmarks</title>
  34. </head>
  35.  
  36. <body bgcolor="#CCCCCC">
  37.  
  38. <ul>
  39. $FOLDERS$
  40. </ul>
  41.  
  42. <center><font size="-2">
  43. <hr size="1" width= "90%">
  44. Exported by Compass $VERSION$<br>
  45. Export Template - HTML List.tpl<br>
  46. </font></center>
  47.  
  48. </body>
  49. </html>
  50. {/MAIN}
  51.  
  52.